home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / ast_text / faqs / schem-fq < prev    next >
Text File  |  1993-06-28  |  62KB  |  1,202 lines

  1. Newsgroups: comp.lang.scheme,comp.lang.lisp,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!usc!math.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: FAQ: Scheme Frequently Asked Questions 1/1 [Monthly posting]
  5. Message-ID: <scheme-faq-1.text_739958414@cs.cmu.edu>
  6. Followup-To: poster
  7. Sender: news@cs.cmu.edu (Usenet News System)
  8. Supersedes: <scheme-faq-1.text_737280015@cs.cmu.edu>
  9. Nntp-Posting-Host: a.gp.cs.cmu.edu
  10. Reply-To: lisp-faq@think.com
  11. Organization: School of Computer Science, Carnegie Mellon
  12. Date: Sun, 13 Jun 1993 08:00:35 GMT
  13. Approved: news-answers-request@MIT.Edu
  14. Expires: Sun, 25 Jul 1993 08:00:14 GMT
  15. Lines: 1184
  16. Xref: senator-bedfellow.mit.edu comp.lang.scheme:6985 comp.lang.lisp:10301 news.answers:9331 comp.answers:966
  17.  
  18. Archive-name: scheme-faq/part1
  19. Last-Modified: Mon May 17 12:27:16 1993 by Mark Kantrowitz
  20. Version: 1.4
  21.  
  22. ;;; ****************************************************************
  23. ;;; Answers to Frequently Asked Questions about Scheme *************
  24. ;;; ****************************************************************
  25. ;;; Written by Mark Kantrowitz and Barry Margolin
  26. ;;; scheme-faq-1.text -- 61243 bytes
  27.  
  28. This post contains the Scheme FAQ.
  29.  
  30. If you think of questions that are appropriate for this FAQ, or would
  31. like to improve an answer, please send email to us at lisp-faq@think.com.
  32.  
  33. Note that the lisp-faq mailing list is for discussion of the content
  34. of the FAQ posting only.  It is not the place to ask questions about Scheme;
  35. use either the scheme@ai.mit.edu mailing list or the comp.lang.scheme
  36. newsgroup (scheme@mc.lcs.mit.edu) for that. If a question appears frequently
  37. in one of those forums, it will get added to the FAQ list.
  38.  
  39. Topics Covered:
  40.   [1-0]   What is the purpose of this newsgroup?
  41.   [1-1]   What Scheme-related discussion groups and mailing lists exist?
  42.   [1-2]   What is the difference between Scheme and Common Lisp?
  43.   [1-3]   What documentation is available on Scheme? How can I learn Scheme?
  44.   [1-4]   Where can I learn about implementing Scheme interpreters and 
  45.           compilers?
  46.   [1-5]   Free Scheme implementations.
  47.   [1-6]   Commercial Scheme implementations.
  48.   [1-7]   Standards for Scheme -- What are R4RS and IEEE P1178?
  49.   [1-8]   How do I do object-oriented programming in Scheme?
  50.   [1-9]   Repositories of Scheme Software
  51.   [1-10]  Publicly Redistributable Scheme Software
  52.   [1-11]  Where can I get an implementation of Prolog in Scheme?
  53.   [1-12]  What does SICP, SCOOPS, R4RS, CAR, CDR, ... mean?
  54.  
  55. Search for \[#\] to get to question number # quickly.
  56.  
  57. Recent Changes:
  58.  
  59. ;;; 1.3
  60. ;;; 14-APR-93 mk    Mods to question 1-2.
  61. ;;; 14-APR-93 mk    Updated version of VSCM (Apr 12).
  62. ;;; 30-APR-93 mk    Added Pertti's SCLINT (Scheme Lint).
  63. ;;;  3-MAY-93 mk    Updated EdScheme entry.
  64. ;;;  6-MAY-93 mk    Added entry on Tiny CLOS to 1-8.
  65. ;;;
  66. ;;; 1.4
  67. ;;; 13-MAY-93 mk    Added entry on BIGLOO Scheme.
  68. ;;; 14-MAY-93 mk    Clarification of Elk entry.
  69. ;;; 17-MAY-93 mk    Updated Scheme->C entry.
  70. ;;; 18-MAY-93 mk    Updated PCS/Geneva entry.
  71. ;;; 18-MAY-93 mk    Updated Similix entry.
  72. ;;; 18-MAY-93 mk    Updated SMG-SCM entry.
  73.  
  74.  
  75. Introduction:
  76.  
  77. Certain questions and topics come up frequently in the various network
  78. discussion groups devoted to and related to Scheme.  This file/article is
  79. an attempt to gather these questions and their answers into a convenient
  80. reference for Scheme programmers.  It (or a reference to it) is posted
  81. periodically.  The hope is that this will cut down on the user time and
  82. network bandwidth used to post, read and respond to the same questions
  83. over and over, as well as providing education by answering questions
  84. some readers may not even have thought to ask.
  85.  
  86. This is not a Scheme tutorial, nor is it an exhaustive list of all Scheme
  87. intricacies.  Scheme is a very powerful and expressive language, but with
  88. that power comes many complexities.  This list attempts to address the
  89. ones that average Scheme programmers are likely to encounter.  If you are
  90. new to Scheme, see the answer to the question "How can I learn
  91. Scheme?" [1-3].
  92.  
  93. The latest version of this file is available via anonymous FTP from CMU
  94. and Thinking Machines: 
  95.  
  96.    To obtain the file from CMU, connect by anonymous ftp to any CMU CS
  97.    machine (e.g., ftp.cs.cmu.edu [128.2.206.173]), using username
  98.    "anonymous" and password "name@host". The file scheme-faq-1.text
  99.    is located in the directory
  100.        /afs/cs.cmu.edu/user/mkant/Public/Lisp/
  101.    [Note: You must cd to this directory in one atomic operation, as
  102.    some of the superior directories on the path are protected from
  103.    access by anonymous ftp.] If your site runs the Andrew File System,
  104.    you can just cp the files directly without bothering with FTP.
  105.  
  106.    To obtain the files from Thinking Machines, ftp them from ftp.think.com,
  107.    in the directory /public/think/lisp/. The file scheme-faq.text contains
  108.    the latest version of the Scheme FAQ. In addition, specific
  109.    versions of the FAQ are available as scheme-faq-<version>.text.
  110.  
  111. We've tried to minimize the overlap with the FAQ postings to the
  112. comp.lang.lisp, comp.lang.clos and comp.ai newsgroups, so if you don't
  113. find what you're looking for here, we suggest you try the FAQs for
  114. those newsgroups. These FAQs should be available by anonymous ftp from
  115. rtfm.mit.edu [18.70.0.224] in the lisp-faq/, ai-faq/ and scheme-faq/
  116. subdirectories of /pub/usenet/news.answers/ or by email. For
  117. instructions on email retrieval, send a mail message to
  118. mail-server@rtfm.mit.edu with "help" and "index" on separate lines in
  119. the body of the message.
  120.  
  121. ----------------------------------------------------------------
  122. Subject: [1-0] What is the purpose of this newsgroup?
  123.  
  124. The newsgroup comp.lang.scheme exists for general discussion of
  125. topics related to the programming language Scheme. For example, possible
  126. topics can include (but are not necessarily limited to):
  127.    announcements of Scheme books and products
  128.    discussion of programs and utilities written in Scheme
  129.    discussion of portability issues
  130.    questions about possible bugs in Scheme implementations
  131.    problems porting an implementation to some architecture
  132. Postings should be of general interest to the Scheme community. See also
  133. question [1-1].
  134.  
  135. Questions about Common Lisp should be directed to the newsgroup
  136. comp.lang.lisp.  Discussion of object oriented programming in Lisp to
  137. the newsgroup comp.lang.clos. Discussion of functional programming
  138. language issues in general should be directed to the newsgroup
  139. comp.lang.functional.  Discussion of AI programs implemented in Scheme
  140. should sometimes be cross-posted to the newsgroup comp.ai.
  141.  
  142. ----------------------------------------------------------------
  143. Subject: [1-1] What Scheme-related discussion groups and mailing lists exist?
  144.      
  145. Before posting to any discussion group, please read the rest
  146. of this FAQ, to make sure your question isn't already answered.
  147.  
  148. See the Lisp FAQ for a list of Lisp-related discussion groups and
  149. mailing lists. We list here only those newsgroups and mailing lists
  150. directly associated with Scheme.
  151.  
  152. Newsgroups:
  153.  
  154.    comp.lang.scheme        General Scheme-related discussion.
  155.                            This newsgroup is gatewayed to the
  156.                            scheme@mc.lcs.mit.edu mailing list.
  157.    comp.lang.scheme.c      Discussion of C-Scheme, a scheme dialect.
  158.                            This newsgroup is gatewayed to the
  159.                            info-cscheme@zurich.ai.mit.edu mailing list.
  160.    comp.lang.lisp.x        Discussion of XLISP, a dialect of Lisp, and XScheme.
  161.    comp.lang.dylan         Discussion of Dylan (see [4-6]), Apple's
  162.                            new Scheme-like programming language. Gatewayed to
  163.                            info-dylan@cambridge.apple.com. 
  164.  
  165. We list several mailing lists below. In general, to be added to
  166. a mailing list, send mail to the "-request" version of the address.
  167. This avoids flooding the mailing list with annoying and trivial
  168. administrative requests. [To subscribe to info-mcl, info-dylan, or
  169. other mailing lists based at cambridge.apple.com, send a message to
  170. majordomo@cambridge.apple.com with "subscribe <list_name>" in the
  171. message body. Likewise use "unsubscribe <list_name>" to cancel your
  172. subscription and "help" to get help.]
  173.  
  174.  
  175. General Scheme Mailing Lists:
  176.  
  177.    scheme@mc.lcs.mit.edu           Discussion of Scheme. Gatewayed to
  178.                                    the comp.lang.scheme newsgroup.
  179.    scheme@ai.mit.edu               General discussion about Scheme.
  180.  
  181.  
  182. Particular Flavors of Scheme:
  183.  
  184.    info-cscheme@altdorf.ai.mit.edu,
  185.    info-cscheme@zurich.ai.mit.edu  C-Scheme. Gatewayed to the
  186.                                    comp.lang.scheme.c newsgroup.
  187.  
  188.    t-project@cs.yale.edu           T, a dialect of Scheme.
  189.  
  190.    info-clscheme@mc.lcs.mit.edu    PseudoScheme
  191.  
  192.    info-dylan@cambridge.apple.com  Dylan
  193.  
  194. ----------------------------------------------------------------
  195. Subject: [1-2] What is the difference between Scheme and Common Lisp?
  196.  
  197. Scheme is a dialect of Lisp that stresses conceptual elegance and
  198. simplicity. It is specified in R4RS and IEEE standard P1178. (See
  199. question [1-7] for details on standards for Scheme.) Scheme is much
  200. smaller than Common Lisp; the specification is about 50 pages,
  201. compared to Common Lisp's 1300 page draft standard. (See the Lisp FAQ
  202. for details on standards for Common Lisp.) Advocates of Scheme often
  203. find it amusing that the entire Scheme standard is shorter than the
  204. index to Guy Steele's "Common Lisp: the Language, 2nd Edition".
  205.  
  206. Scheme is often used in computer science curricula and programming
  207. language research, due to its ability to represent many programming
  208. abstractions with its simple primitives. Common Lisp is often used for
  209. real world programming because of its large library of utility
  210. functions, a standard object-oriented programming facility (CLOS), and
  211. a sophisticated condition handling system.
  212.  
  213. See question [1-8] for information about object-oriented programming
  214. in Scheme. 
  215.  
  216. In Common Lisp, a simple program would look something like the
  217. following:
  218.  
  219.    (defun fact (n)
  220.      (if (< n 2)
  221.          1
  222.          (* n (fact (1- n)))))
  223.  
  224. In Scheme, the equivalent program would like like this:
  225.  
  226.    (define fact
  227.      (lambda (n)
  228.        (if (< n 2)
  229.        1
  230.      (* n (fact (- n 1))))))
  231.  
  232. Experienced Lisp programmers might write this program as follows in order
  233. to allow it to run in constant space:
  234.  
  235.    (defun fact (n)
  236.      (labels ((tail-recursive-fact (counter accumulator)
  237.         (if (> counter n)
  238.             accumulator
  239.             (tail-recursive-fact (1+ counter)
  240.                      (* counter accumulator)))))
  241.        (tail-recursive-fact 1 1)))
  242.  
  243. Whereas in Scheme the same computation could be written as follows:
  244.  
  245.    (define fact
  246.      (lambda (n)
  247.        (letrec ((tail-recursive-fact
  248.          (lambda (counter accumulator)
  249.            (if (> counter n)
  250.                accumulator
  251.              (tail-recursive-fact (+ counter 1)
  252.                                           (* counter accumulator))))))
  253.            (tail-recursive-fact 1 1))))
  254.  
  255. or perhaps (using IEEE named LETs):
  256.  
  257.    (define fact
  258.      (lambda (n)
  259.        (let loop ((counter n)
  260.           (accumulator 1))
  261.         (if (< counter 2)
  262.         accumulator
  263.           (loop (- counter 1)
  264.             (* accumulator counter))))))
  265.  
  266. Some Schemes allow one to use the syntax (define (fact n) ...) instead
  267. of (define fact (lambda (n) ...)).
  268.  
  269. ----------------------------------------------------------------
  270. Subject: [1-3] What documentation is available on Scheme? 
  271.                How can I learn Scheme?
  272.  
  273. Introductions to Scheme:
  274.  
  275.    1. Harold Abelson and Gerald Jay Sussman, with Julie Sussman.
  276.       "Structure and Interpretation of Computer Programs"
  277.       MIT Press (Cambridge, MA) and McGraw-Hill (New York), 1985.
  278.       542 pages. ISBN 0-262-01077-1
  279.            Starts off introductory, but rapidly gets into powerful
  280.            Lisp-particular constructs, such as using closures and
  281.            engines, building interpreters, compilers and
  282.            object-oriented systems.  Often referred to by its acronym,
  283.            SICP, which is pronounced "Sick-Pee". MIT problem sets
  284.            are available from the repositories, and materials from
  285.        Gustavus Adolphus College are available from ftp.gac.edu:pub/SICP/.
  286.  
  287.    2. Daniel P. Friedman and M. Felleisen.
  288.       "The Little LISPer"
  289.       MIT Press (Cambridge, MA), 3rd printing, 1989. ISBN 0-262-56038-0.
  290.       Science Research Associates (Chicago), 3rd ed, 1989. 206 pages.
  291.            Good for a quick introduction. Uses Scheme instead of
  292.            Common Lisp.  (The book uses a dialect of Scheme with
  293.            footnotes about translating to Scheme or Common Lisp. The
  294.            footnotes won't allow a non-expert to use Common Lisp for
  295.            the advanced chapters because of the complexity.)
  296.  
  297.    3. George Springer and Daniel P. Friedman
  298.       "Scheme and the Art of Programming" 
  299.       MIT Press and McGraw Hill, 1990, 596 pages.
  300.            Introduces basic concepts of programming in Scheme. Also deals 
  301.            with object oriented programming, co-routining, continuations. 
  302.            Gives numerous examples. Source code from the chapters is
  303.            available from the nexus.yorku.ca repository in pub/scheme/lit/sap/.
  304.  
  305.    4. Wolfgang Kreutzer and Bruce McKenzie
  306.       "Programming for Artificial Intelligence: 
  307.        Methods, Tools and Applications"
  308.       Addison-Wesley (Reading, MA), 1990. 682 pages. 
  309.       ISBN 0-201-41621-2.
  310.            Discusses Scheme, Prolog, and Smalltalk, gives an overview of
  311.            the history and philosophy of AI, surveys three major
  312.            programming paradigms (procedural, declarative, and
  313.            object-oriented), and metaphors to AI programming.
  314.            Source code from the chapters is available from
  315.            nexus.yorku.ca in pub/scheme/lit/ as aibook.tar.Z. Some of
  316.            the programs will only run under MacScheme.
  317.  
  318.    5. Smith, Jerry D.
  319.       "Introduction to Scheme"
  320.        Prentice Hall (Englewood Cliffs, NJ), 1988, 324 pages.
  321.            Focuses on PC Scheme.
  322.  
  323.    6. Michael Eisenberg 
  324.       "Programming in Scheme"
  325.       Scientific Press (Redwood City, CA), 1988. 304 pages.
  326.  
  327.    7. The Ken Dickey article, "The Scheme Programming Language", in
  328.       COMPUTER LANGUAGES magazine, June 1992, is available from the
  329.       Scheme Repository at nexus.yorku.ca:/pub/scheme/txt/intro.txt
  330.       The Revised^4 Report on the Algorithmic Language Scheme is also 
  331.       available from the Scheme Repository.
  332.  
  333.    8. Two articles in BYTE Magazine, February 1988, by Abelson and
  334.       Sussman, and Clinger.
  335.  
  336.    9. The Info files from the MIT Scheme implementation.
  337.  
  338.   10. "Introductory Scheme" by Joseph W. Lavinus and James D. Arthur,
  339.        <lavinus@virginia.edu>. Available from the Lisp Utilities
  340.        Repository as schemedoc.tar.Z.
  341.  
  342. General Scheme reference books include:
  343.  
  344.    1. K. Dybvig
  345.       "The Scheme programming language"
  346.       Prentice Hall, 1987.
  347.          Good reference for Scheme.
  348.  
  349. Scheme-related periodicals include:
  350.         
  351.    1. LISP Pointers.
  352.       Published by ACM SIGPLAN six times a year. Volume 1, Number 1
  353.       was April-May 1987. 
  354.       Subscriptions: ACM Members $12; ACM Student Members $7; Non-ACM
  355.       members $25. Mail checks payable to the ACM to ACM Inc., PO Box
  356.       12115, Church Street Station, New York, NY 10249.
  357.  
  358.    2. LISP and Symbolic Computation, Kluwer Academic Press. Volume 1
  359.       was published in 1989. (jlz@lucid.com is the editor).  ISSN 0892-4635.
  360.       Subscriptions: Institutions $169; Individuals $80. Add $8 for
  361.       air mail. Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, 
  362.       The Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  363.       Station, Hingham, MA 02018-0358. 
  364.  
  365.    3. Proceedings of the biannual ACM Lisp and Functional Programming
  366.       Conference. (First one was in 1980.)
  367.  
  368.    4. Proceedings of the annual Lisp Users and Vendors Conference.
  369.  
  370. See also the Scheme Bibliography from the Scheme Repository
  371. (nexus.yorku.ca:pub/scheme/) for additional readings. A large number
  372. of technical reports on Scheme are now available in the text section
  373. (scheme/txt/).
  374.  
  375. ----------------------------------------------------------------
  376. Subject: [1-4] Where can I learn about implementing Scheme interpreters  
  377.                and compilers?
  378.  
  379. There is no single book that is really comprehensive, so you will have
  380. to combine reading the sources to the various free implementations
  381. (e.g., Gambit [Feeley] and S48 [Rees]) with bits and pieces of tech
  382. reports and various books.
  383.  
  384. Books about Scheme implementation include:
  385.  
  386.    1. John Allen
  387.       "Anatomy of Lisp"
  388.       McGraw-Hill, 1978. 446 pages. ISBN 0-07-001115-X
  389.  
  390.    2. Samuel Kamin
  391.       "Programming Languages, An Interpreter-Based Approach"
  392.       Addison-Wesley, Reading, Mass., 1990. ISBN 0-201-06824-9
  393.            Includes sources to several interpreters for Lisp-like
  394.            languages, and a pointer to sources via anonymous ftp.
  395.  
  396.    3. Sharam Hekmatpour
  397.       "Lisp: A Portable Implementation"
  398.       Prentice Hall, 1985. ISBN 0-13-537490-X.
  399.            Describes a portable implementation of a small dynamic
  400.            Lisp interpreter (including C source code). 
  401.  
  402.    4. Peter Henderson
  403.       "Functional Programming: Application and Implementation"
  404.       Prentice-Hall (Englewood Cliffs, NJ), 1980. 355 pages.
  405.  
  406.    5. Peter M. Kogge
  407.       "The Architecture of Symbolic Computers"
  408.       McGraw-Hill, 1991. ISBN 0-07-035596-7.
  409.            Includes sections on memory management, the SECD and
  410.            Warren Abstract Machines, and overviews of the various
  411.            Lisp Machine architectures.
  412.    
  413.    6. Daniel P. Friedman, Mitchell Wand, and Christopher T. Haynes
  414.       "Essentials of Programming Languages"
  415.       MIT Press, 1992, 536 pages. ISBN 0-262-06145-7.
  416.            Teaches fundamental concepts of programming language
  417.            design by using small interpreters as examples. Covers
  418.            most of the features of Scheme. Includes a discussion
  419.            of parameter passing techniques, object oriented languages,
  420.            and techniques for transforming interpreters to allow
  421.            their implementation in terms of any low-level language.
  422.            Also discusses scanners, parsers, and the derivation of
  423.            a compiler and virtual machine from an interpreter.
  424.            Source files available by anonymous ftp from cs.indiana.edu
  425.            in the directory /pub/eopl (129.79.254.191) or from the
  426.        Scheme Repository.
  427.  
  428.    7. Peter Lee, editor, "Topics in Advanced Language Implementation",
  429.       The MIT Press, Cambridge, Mass., 1991.
  430.            Articles relevant to the implementation of functional
  431.            programming languages.
  432.  
  433.    8. Also see the proceedings of the biannual ACM Lisp and Functional
  434.       Programming conferences, the implementation notes for CMU Common Lisp,
  435.       Peter Norvig's book ("Paradigms of AI Programming: Case Studies
  436.       in Common Lisp", Morgan Kaufmann, 1992. 946 pages. ISBN
  437.       1-55860-191-0), and SICP (Abelson & Sussman). 
  438.  
  439. Technical reports and journal articles about Scheme implementation include:
  440.  
  441.    Mitchell Wand and Daniel P. Friedman, "Compiling Lambda Expressions
  442.    Using Continuations and Factorizations", Journal of Computer Languages
  443.    3(1978), 241-263.
  444.  
  445.    Guy Lewis Steele Jr., "Rabbit: A Compiler for Scheme", MIT AI Memo
  446.    474, Massachusetts Institute of Technology, Cambridge, MA, May 1978.
  447.  
  448.    Guy Lewis Steele Jr., "Compiler Optimization Based on Viewing LAMBDA
  449.    as RENAME + GOTO", in "Artificial Intelligence: An MIT Perspective",
  450.    Patrick Henry Winston and Richard Henry Brown (eds.), MIT Press,
  451.    Cambridge, MA, 1980.
  452.  
  453.    Jonathan A. Rees and Norman I. Adams, "T: A Dialect of Lisp or,
  454.    LAMBDA: The Ultimate Software Tool", Conference Record of the 1982 ACM
  455.    Symposium on Lisp and Functional Programming, 1982, 114-122.
  456.  
  457.    R. Kent Dybvig, "C-Scheme", Computer Science Department Technical
  458.    Report #149 (MS Thesis), Indiana University, Bloomington, IA, 1983.
  459.  
  460.    William Clinger, "The Scheme 311 compiler: An Exercise in Denotational
  461.    Semantics", Conference Record of the 1984 ACM Symposium on Lisp and
  462.    Functional Programming, 1984, 356-364.
  463.  
  464.    Guillermo J. Rozas, "Liar, an Algol-like Compiler for Scheme", S.B.
  465.    Thesis, Department of Electrical Engineering and Computer Science,
  466.    Massachusetts Institute of Technology, January 1984.
  467.  
  468.    David H. Bartley and John C. Jensen, "The Implementation of PC
  469.    Scheme", Proceedings of the 1986 ACM Conference on Lisp and Functional
  470.    Programming, 1986, 86-93.
  471.  
  472.    David Kranz, Richard Kelsey, Jonathan A. Rees, Paul Hudak, James
  473.    Philbin and Norman I. Adams, "Orbit: An Optimizing Compiler for
  474.    Scheme", Proceedings of the SIGPLAN Notices '86 Symposium on Compiler
  475.    Construction, June 1986, 219-233.  Published as SIGPLAN Notices 21(7),
  476.    July 1986.
  477.  
  478.    Marc Feeley, "Deux Approches a' L'implantation du Language Scheme",
  479.    M.Sc. Thesis, De'partement d'Informatique et de Recherche
  480.    Ope'rationelle, University of Montreal, May 1986.
  481.  
  482.    R. Kent Dybvig, "Three Implementation Models for Scheme", Department
  483.    of Computer Science Technical Report #87-011 (Ph.D. Dissertation),
  484.    University of North Carolina at Chapel Hill, Chapel Hill, North
  485.    Carolina, April 1987.
  486.  
  487.    William D. Clinger, Anne H. Hartheimer and Eric M. Ost,
  488.    "Implementation Strategies for Continuations", Conference Record of
  489.    the 1988 ACM Conference on Lisp and Functional Programming, August
  490.    1988, 124-131.
  491.  
  492.    David Kranz, "Orbit: An Optimizing Compiler for Scheme", Computer
  493.    Science Technical report #632 (Ph.D. Dissertation), Yale University,
  494.    1988.
  495.  
  496.    Joel F. Bartlett, "SCHEME->C a Portable Scheme-to-C Compiler",
  497.    Research Report 89/1, Dec. Western Research Laboratory, Palo Alto, CA,
  498.    January 1989.
  499.  
  500.    Marc Feeley and James S. Miller, "A Parallel Virtual Machine for
  501.    Efficient Scheme Compilation", Proceedings of the 1990 ACM Conference
  502.    on Lisp and Functional Programming, Nice, France, June 1990.
  503.  
  504.    Chris Hanson, "Efficient Stack Allocation for Tail-Recursive
  505.    Languages", Proceedings of the 1990 ACM Conference on Lisp and
  506.    Functional Programming, Nice, France, June 1990.
  507.  
  508.    Robert Hieb, R. Kent Dybvig and Carl Bruggeman, "Representing Control
  509.    in the Presence of First-Class Continuations", Proceedings of the
  510.    SIGPLAN Notices '90 Conference on Programming Language Design and
  511.    Implementation, White Plains, New York, June 1990, 66-77.
  512.  
  513.    Guillermo Rozas, "Taming the Y Operator", Proceedings of the 1992 ACM
  514.    Conference on Lisp and Functional Programming, San Francisco, CA,
  515.    June 1992, 226-234.
  516.  
  517.    Dan Teodosiu, "HARE: An Optimizing Portable Compiler for Scheme", ACM
  518.    Sigplan Notices 26(1), January 1991.
  519.  
  520. ----------------------------------------------------------------
  521. Subject: [1-5] Free Scheme implementations.
  522.  
  523. Repositories of Scheme source code are described in the answer to
  524. question [1-9].
  525.  
  526. Remember, when ftping compressed or compacted files (.Z, .z, .arc, .fit,
  527. etc.) to use binary mode for retrieving the files. 
  528.  
  529. Files that end with a .z suffix were compressed with the patent-free
  530. gzip (no relation to zip). Source for gzip is available from:
  531.    prep.ai.mit.edu:pub/gnu/{gzip-1.0.7.shar,gzip-1.0.7.tar}
  532.  
  533. Repositories of Scheme implementations:
  534.  
  535.    Many free Scheme implementations are available from altdorf.ai.mit.edu
  536.    [18.43.0.246]. See also the Scheme Repository described below.
  537.  
  538.    The Scheme Repository contains a Scheme bibliography, copies of the
  539.    R4RS report, sample Scheme code for a variety of purposes, several
  540.    utilities, and most free implementations.  (Implementations of Scheme
  541.    available from the repository include elk, gambit, scm, fools, rabbit,
  542.    s48, scheme84, scheme88, pseudo, xscheme, umb-scheme, siod, vscm, and
  543.    pixiescheme.) The repository is maintained by Ozan S. Yigit,
  544.    scheme@nexus.yorku.ca.  The repository is accessible by anonymous ftp
  545.    at nexus.yorku.ca [130.63.9.66] in the directory pub/scheme/.
  546.    The repository is mirrored in INRIA, courtesy of Christian Queinnec
  547.    [Ecole Polytechnique and INRIA-Rocquencourt], ftp.inria.fr:lang/Scheme.
  548.    (See also [1-9] below.)
  549.  
  550. Scheme implementations:
  551.  
  552.    PC-Scheme, free by anonymous ftp from altdorf.ai.mit.edu in the
  553.    directory /archive/pc-scheme/.  Written by Texas Instruments. Runs on
  554.    MS-DOS 286/386 IBM PCs and compatibles.  Includes an optimizing
  555.    compiler, an emacs-like editor, inspector, debugger, performance
  556.    testing, foreign function interface, window system and an
  557.    object-oriented subsystem.  Conforms to the Revised^3 Report on
  558.    Scheme. Also supports the dialect used in Abelson and Sussman's SICP.
  559.    The official commercialized implementation costs $95 and includes a
  560.    reference manual and user's guide. Write to: Texas Instruments, 12501
  561.    Research Boulevard, MS 2151, Austin, TX 78759 and order TI Part number
  562.    #2537900-0001, or call 1-800-TI-PARTS and order it using your Visa or
  563.    Mastercard.  [NOTE: Ibuki announced on July 13, 1992, that it has
  564.    purchased the rights to PC Scheme from TI and intends to make it also
  565.    available on 486 PCs and under Windows 3.1. For more information,
  566.    contact IBUKI, PO Box 1627, Los Altos, CA 94022, phone (415) 961-4996,
  567.    fax (415) 961-8016, email rww@ibuki.com.] Version 3.0, the one that
  568.    comes with the student edition, doesn't run on the 486, but the free
  569.    upgrade (pcscm3_3.exe in altdorf) works fine, as does the full
  570.    version 3.03.
  571.  
  572.    PCS/Geneva is a cleaned-up version of Texas Instrument's PC Scheme
  573.    developed at the University of Geneva. The main extensions to PC
  574.    Scheme are 486 support, BGI graphics, LIM-EMS pagination support, line
  575.    editing, and assembly-level interfacing. (TI's PC Scheme gives users
  576.    full Revised^3 support along with many primitives for DOS, Graphics
  577.    and Text Windows. A powerful built-in optimizing compiler produces
  578.    fast code.) The beta version of PCS/Geneva has been tested on XTs,
  579.    ATs, AT386s and AT486s under various DOS and OS/2 versions. It
  580.    even runs on Hewlett-Packard's HP95LX. PCS/Geneva is available free
  581.    by anonymous ftp from 
  582.       uni2a.unige.ch:msdos/pcscheme.{doc,exe,taz} [129.194.4.31] 
  583.    or by email (uuencoded) from schemege@uni2a.unige.ch. If you ftp
  584.    PCS/Geneva, please send mail to schemege@uni2a.unige.ch; the authors
  585.    like to know their public and will inform you when a new release is
  586.    available. This is also the email address for bug reports or if you
  587.    need any kind of help. This product may be distributed freely and
  588.    used without restrictions except for military purposes.
  589.  
  590.    MIT Scheme (aka C-Scheme), free by anonymous FTP from
  591.    altdorf.ai.mit.edu in the directory pub/scheme-7.1 (for the
  592.    architectures MC68020/30/40, HP Prevision Architecture, MIPS, VAX,
  593.    Sparc (SunOS), Intel 386/486, and DEC Alpha).  Directory scheme-7.2
  594.    contains preliminary *alpha* versions of the next release of MIT
  595.    C-Scheme for the MIPS and Intel 386/486 (MS-DOS, Windows 3.x and Unix)
  596.    architectures. (The port includes Edwin, Scheme's Emacs-like editor
  597.    and Liar, the Scheme compiler. If you acquire the alpha release
  598.    through ftp, please send mail to info-cscheme-dos-request@zurich.ai.mit.edu
  599.    so they know to send you updates and bug reports. Bugs in the DOS
  600.    version should be send to bug-cscheme-dos@zurich.ai.mit.edu.) Does not
  601.    have a convenient foreign function interface yet. FTP distribution
  602.    includes MIT C-Scheme Reference and User manuals, as well as the
  603.    Revised^4 Report on Scheme.  Send bug reports to
  604.    bug-cscheme@zurich.ai.mit.edu. For DOS floppy distribution requests
  605.    (includes printed copies of manuals), send $95.00 (payable in U.S.
  606.    funds to "Scheme Distribution") to cover costs of distribution to
  607.    Scheme Distribution, c/o Prof. Hal Abelson, 545 Technology Sq. rm 410,
  608.    Cambridge MA 02139, USA.
  609.    |
  610.    On the NeXT, MIT Scheme is available as part of the Schematik
  611.    package, which provides an editor/front-end user interface,
  612.    graphics, and "robotics" support for Lego and the like.  Schematik is
  613.    free and is available for anonymous ftp from ftp.gac.edu in the
  614.    pub/next/scheme directory. Europeans can get it more locally from
  615.    ftp.informatik.uni-muenchen.de, in the directory /pub/next/ProgLang;
  616.    start with Schematik-1.1.5.1.README .  Schematik is also apparently
  617.    included on NeXT's "Educational Software Sampler" CD-ROM.
  618.    |
  619.    A preliminary unofficial port of C-Scheme to the Linux is available 
  620.    from artemide.dei.unipd.it:/linux/scheme-7.2/. Contact the author
  621.    Matteo Frigo <athena@erato.dei.unipd.it> for more information. 
  622.  
  623.    SCM, free by anonymous ftp from altdorf.ai.mit.edu:archive/scm/,
  624.    prep.ai.mit.edu:pub/gnu/jacal/ or nexus.yorku.ca:pub/scheme/new/.
  625.    Current version 4c0. Runs on Amiga, Atari-ST, MacOS, MS-DOS, OS/2,
  626.    NOS/VE, VMS, Unix and similar systems. SCM conforms to the Revised^4
  627.    Report on the Algorithmic Language Scheme and the IEEE P1178
  628.    specification. Scm is written in C. ASCII and EBCDIC are supported.
  629.       To receive an IBM PC floppy disk with the source files and MSDOS
  630.    and 386 executables send $99 to Aubrey Jaffer, 84 Pleasant Street,
  631.    Wakefield MA 01880, <jaffer@zurich.ai.mit.edu>. 
  632.       SLIB is a portable Scheme library which SCM uses, and is
  633.    available as the file slib1d2.tar.Z. 
  634.       JACAL is a symbolic math system written in Scheme, and is
  635.    available as the file jacal1a1.tar.Z. 
  636.       TURTLSCM is a turtle graphics package which works with SCM on
  637.    MSDOS or X11 machines. Written by Mkinen Sami <sjm@cc.tut.fi>, it
  638.    is available as the file turtlegr.tar.Z.
  639.       XSCM is an interface to Xlib and the Motif and OpenLook toolkits
  640.    for the SCM interpreter. It requires scm4a10 or later. It should be
  641.    available at any archive of alt.sources, or on altdorf, prep and
  642.    nexus as the file xscm1.05.tar.Z.
  643.    Contact campbell@redsox.bsw.com for more information.
  644.       SMG-SCM is a package that adds VMS SMG screen management routines
  645.    to SCM. It is available from altdorf, prep and nexus as the file
  646.    sgm-scm2a1.zip. (A VMS version of Unzip is available by anonymous
  647.    FTP from ftp.spc.edu:[ANONYMOUS.MACRO32]UNZIP.EXE.) This file
  648.    contains the source code, documentation, and example code. Send
  649.    comments and bugs to T. Kurt Bond, <tkb@mtnet2.wvnet.edu> (preferred)
  650.    or <Kurt.Bond@launchpad.unc.edu>.
  651.  
  652.    Hobbit is a Scheme-to-C compiler that works with the SCM Scheme
  653.    interpreter. It treats SCM as a C library and integrates compiled
  654.    functions into SCM as new primitives. Hobbit release 2 works with SCM
  655.    release 4b4. Future releases of SCM and Hobbit will be coordinated.
  656.    Hobbit imposes strong restrictions on the higher-order features of
  657.    Scheme. For example, it does not support continuations.  The main aim
  658.    of hobbit is to produce maximally fast C programs which would retain
  659.    most of the original Scheme program structure, making the output C
  660.    program readable and modifiable. Hobbit is written in Scheme and is
  661.    able to self-compile. Hobbit can be obtained via anonymous ftp from
  662.       altdorf.ai.mit.edu:archive/scm/hobbit2.tar.Z
  663.       prep.ai.mit.edu:pub/gnu/jacal/hobbit2.tar.Z
  664.       nexus.yorku.ca:pub/scheme/new/hobbit2.tar.Z
  665.    For further information, contact the author, Tanel Tammet, at
  666.    <tammet@cs.chalmers.se> or at Tanel Tammet, Department of Computer
  667.    Sciences, Chalmers University of Technology, S-41296 Go"teborg, Sweden.
  668.  
  669.    Gambit is an optimizing Scheme compiler/system. It conforms to the
  670.    IEEE-Scheme standard (IEEE P1178) and the Revised^4 Report on Scheme
  671.    (R4RS). The system supports the whole numeric tower (i.e. integer,
  672.    rational, real and complex numbers). It also has several extensions to
  673.    the standards including: weak pairs, string ports, property lists,
  674.    futures, pretty printer, debugger, compiler and multitasking. Gambit
  675.    runs on M680x0 based machines only (including Sun3, Apollo,
  676.    HP9000/3xx, BBN GP1000 multiprocessor, Amiga, NeXT, and the Apple
  677.    Macintosh). The latest version for UNIX based machines (including the
  678.    Macintosh running A/UX) is release 1.9. The latest version for the Mac
  679.    running the normal System/Finder is MacGambit release 1.9.1. The
  680.    distribution contains the interpreter and optimizing native code
  681.    compiler and all the sources required to build the system (the sources
  682.    for MacGambit are for THINK-C 5.0). MacGambit's specific features
  683.    include: a Scheme interface to several Toolbox routines (mostly
  684.    QuickDraw), a drawing window for simple graphics, an online help
  685.    system containing R4RS and a Scheme oriented editor with an emacs
  686.    compatibility mode. Gambit Scheme is available by anonymous ftp from
  687.    trex.iro.umontreal.ca [132.204.36.34] in the directory pub/gambit/.
  688.    Versions 1.7, 1.7.1, 1.8.2, 1.9.1 and 2.0 may be found in this
  689.    directory. Version 2.0 is in the files gambit20.tar.Z (Unix source),
  690.    macgambit-2.0-interpreter.hqx (MacGambit interpreter),
  691.    macgambit-2.0-sources1.hqx (sources needed to build the interpreter
  692.    using Think-C 5.0), and macgambit-2.0-sources2.hqx (Scheme source
  693.    files for runtime and compiler, and DEC's Thomas interpreter).
  694.    Copies may also be found in the Scheme Repository on
  695.    nexus.yorku.ca:pub/scheme/imp/, but the most recent version will
  696.    always be available from trex.iro.umontreal.ca. MacGambit may also be
  697.    obtained from the directory
  698.         /afs/umich.edu/group/itd/archive/mac/development/languages/
  699.    if your site runs the Andrew File System, or by anonymous ftp from
  700.    mac.archive.umich.edu. For more information about Gambit, send email
  701.    to gambit@trex.iro.umontreal.ca. Gambit Scheme was written by Marc
  702.    Feeley <feeley@iro.umontreal.ca>. Gambit for UNIX and MacGambit are
  703.    copyright 1992, Universite de Montreal. The programs may be
  704.    distributed to others as long as they are not sold or transferred for
  705.    compensation (other than a reasonable duplication fee).
  706.  
  707.    T3.1 is a Scheme-like language developed at Yale. Available by
  708.    anonymous ftp from ftp.ai.mit.edu in the directory pub/systems/t3.1.
  709.    (T may be obtained in Europe from nic.funet.fi in the directory
  710.    pub/unix/languages/scheme/t3.1 or from ftp.diku.dk in the directory
  711.    pub/t3.1) Runs on DecStations (MIPS processor) and SGI Iris, Sun4
  712.    (SPARC), Sun3, Vax/Unix. Includes a copy of the online version of the
  713.    T manual and release notes for T3.0 and T3.1. All implementations
  714.    include a foreign function (C) interface. To be informed of fixes, new
  715.    releases, etc., send your email address to t-project@cs.yale.edu. Bug
  716.    reports should go to t3-bugs@cs.yale.edu. A multiprocessing version of
  717.    T (for Encore Multimax) is available from masala.lcs.mit.edu:/pub/mult.
  718.    
  719.    Oaklisp is an seamless integration of Scheme with an object-oriented
  720.    substrate. Available by anonymous ftp from f.gp.cs.cmu.edu
  721.    [128.2.250.164] in the directory /usr/bap/oak/ftpable, or from
  722.    ftp.cs.cmu.edu in /afs/cs.cmu.edu/user/bap/oak/ftpable, and includes
  723.    reference and implementation manuals. Written by Barak Pearlmutter
  724.    <bap@cse.ogi.edu> and Kevin Lang <kevin@research.nj.nec.com>.
  725.  
  726.    Elk (Extension Language Kit) is a Scheme interpreter designed to be
  727.    used as a general extension language for C. It includes dynamic
  728.    linking of C object files and an optional foreign function interface.
  729.    Available by anonymous ftp from the Scheme Repository in
  730.    nexus.yorku.ca:/pub/scheme/imp/.  Also available in the X contrib
  731.    directory on export.lcs.mit.edu and from tub.cs.tu-berlin.de in
  732.    pub/elk as elk-2.0.tar.Z. Runs on Unix, SunOs, and Ultrix based
  733.    platforms, including VAX, Sun3, Sun4 (Sparc), 680x0, 80386, MIPS, IBM
  734.    RT, IBM RS/6000, HP9000/700, SGI, and Sony NEWS. The Elk interpreter
  735.    is mostly R3RS compatible. Elk has interfaces to Xlib, Xt and the
  736.    various widget sets.  Implemented by Oliver Laumann.
  737.  
  738.    Scheme->C is an R4RS compliant Scheme system that is centered around
  739.    a compiler that compiles Scheme to C.  Besides the base language,
  740.    the system includes "expansion passing style" macros, a foreign function
  741.    call capability, records, weak pointers, 3 X11 interfaces, and a
  742.    generational, conservative, copying garbage collector.  The result is a
  743.    system that is portable, efficient, and able to build applications that
  744.    contain a mix of compiled and interpreted Scheme, and compiled code
  745.    from C, C++ and other languages.  The current release of Scheme->C runs
  746.    on the following systems: Digital Alpha AXP systems with OSF/1, MIPS
  747.    based DECstations, VAXen with ULTRIX, MIPS based SGI systems, PC's 
  748.    running Microsoft Windows 3.1, Apple Macintosh's running system 7.1,
  749.    HP 9000/300, HP 9000/700, Sony News, Harris Nighthawk and other m88k
  750.    systems, linux, and Sun SPARC.  Earlier releases also run on Sun3,
  751.    DNx500, DN1000, 386's running Unix, DNx500, and DN1000 systems.  The
  752.    software is available for anonymous ftp from gatekeeper.dec.com
  753.    [16.1.0.2] from the directory pub/DEC/Scheme-to-C.  There are three
  754.    interfaces to X11, all written in Scheme, available from gatekeeper.
  755.    The first is a complete set of stubs to Xlib included in the base
  756.    system.  The second is an alternative to Xlib called SCIX, found in
  757.    pub/X11/contrib.  The third, ezd, allows programs to easily produce
  758.    interactive, structured graphics and is found in pub/DEC/ezd.  Those
  759.    without ftp access can also obtain Scheme->C and ezd from the Prime Time
  760.    Freeware CD, Vol. 1, No. 2.  Additional information is available from
  761.    the author at Digital Equipment Corporation's Western Research Lab:
  762.    Joel Bartlett, bartlett@decwrl.dec.com.
  763.  
  764.    SIOD (Scheme in One Defun), free by anonymous ftp from 
  765.         nexus.yorku.ca:pub/scheme/imp/siod-v2.9-shar
  766.         world.std.com:src/lisp/siod-v2.9-shar
  767.    or in any comp.sources.unix archive.  Runs on VAX/VMS, VAX UNIX, Sun3,
  768.    Sun4, Amiga, Macintosh, MIPS, Cray.  Small scheme implementation in C
  769.    arranged as a set of subroutines that can be called from any main
  770.    program for the purpose of introducing an interpreted extension
  771.    language.  Compiles to ~20K bytes of executable.  Lisp calls C and C
  772.    calls Lisp transparently. Written by George Carrette <gjc@paradigm.com>.
  773.  
  774.    XScheme is available free by anonymous ftp from ftp.uu.net in the
  775.    directories MSDOS/languages/X-scheme and amiga-sources/xscheme.20.zoo.
  776.    It includes an object system and is R3RS compliant.
  777.    It was written by David Michael Betz, 167 Villa Avenue #11, Los Gatos,
  778.    CA 95032, 408-354-9303 (H), 408-862-6325 (W), dbetz@apple.com.
  779.    XScheme is discussed in the newsgroup comp.lang.lisp.x.  It may also
  780.    be found in the Scheme Repository.
  781.  
  782.    Fools' Lisp is a small Scheme interpreter that is R4RS conformant, and
  783.    is available by anonymous ftp from scam.berkeley.edu [128.32.138.1] in
  784.    the directory src/local/fools.tar.Z. Runs on Sun3 and Sun4 (SunOs),
  785.    DecStation 3100s, Vax (Ultrix), Sequent, and Apollo. Implemented by
  786.    Jonathan Lee <jonathan@scam.berkeley.edu>.
  787.  
  788.    Scheme48. The entry on Scheme48 has been temporarily removed, per
  789.    Jonathan Rees, 11/25/92. Scheme48 was an alpha release, and it was not
  790.    possible for a general user to reconstruct the system from sources.
  791.    When the distribution is complete we will restore the Scheme48 blurb.
  792.  
  793.    UMB Scheme is a R4RS Scheme available by anonymous ftp from
  794.    ftp.cs.umb.edu in pub/scheme/umb-scheme-2.10.tar.Z and also in the Scheme
  795.    Repository. It includes a simple editor, debugger, Written by William
  796.    Campbell, University of Massachusetts at Boston, bill@cs.umb.edu.
  797.  
  798.    VSCM is a R4RS Scheme available by anonymous ftp from the Scheme Repository,
  799.       nexus.yorku.ca:pub/scheme/imp/vscmIIApr12.tar.Z [130.63.9.66]
  800.    Written by Matthias Blume, <blume@cs.princeton.edu>. The
  801.    implementation is based on a virtual machine design with heavy support
  802.    for most of the sophisticated features of Scheme. The virtual machine
  803.    is written in ANSI-C to aid in its portability. 
  804.  
  805.    Pixie Scheme for the Macintosh is a nearly complete implementation of
  806.    R3RS available by anonymous ftp from
  807.    rascal.ics.utexas.edu:/misc/mac/programming/ 
  808.      Pixie.Goodies.SIT.bin
  809.      Pixie.NoFPP.world.SIT.bin
  810.      Pixie.world.SIT.bin
  811.      PixieScheme.NoFPP.SIT.bin  ; for macs without floating-point coprocessor
  812.      PixieScheme.SIT.bin        ; for macs with FPP
  813.      Pixie_Scheme_Help.SIT.bin
  814.      Pixie_intro
  815.    Written by Jay Reynolds Freeman <freeman@MasPar.COM>, P. O. Box 60628,
  816.    Palo Alto, CA, 94306-0628. A copy may also be obtained from
  817.      /afs/umich.edu/group/itd/archive/mac/development/languages 
  818.    as the file pixiescheme.cpt.hqx if your site runs the Andrew File System,
  819.    or by anonymous ftp from mac.archive.umich.edu.
  820.  
  821.    HELP (a lazy Scheme) is available by anonymous ftp from
  822.    sumex-aim.stanford.edu:/info-mac/lang/lazy-scheme.hqx.  Written by
  823.    Thomas Schiex (schiex@cert.fr, schiex@irit.fr). Help is a complete and
  824.    efficient Scheme-like functional lazy Lisp interpreter.  It works only
  825.    on 68020 (or more) based Macintoshes. It has a 'friendly' interface
  826.    (parenthesis matcher, auto-indent), uses a full call-by-need semantics
  827.    and includes many examples, including a symbolic compiler for the
  828.    680x0. Efficiency is good and lazyness is fully parametrizable (you
  829.    may turn Help into a strict Scheme-like language if you like). French
  830.    AND English updated docs are included in Word4 and plain text formats.
  831.  
  832.    Similix is a Self-Applicable Partial Evaluator for a Subset of Scheme.
  833.    Written by Anders Bondorf, Olivier Danvy, and Jesper J{\o}rgensen. It
  834.    is available by anonymous ftp from nexus.yorku.ca:/pub/scheme/imp/ as
  835.    similix.tar.Z or from ftp.diku.dk:pub/diku/dists/Similix.tar.Z. For more
  836.    information, contact Anders Bondorf, DIKU, Department of Computer
  837.    Science, University of Copenhagen, Universitetsparken 1, DK-2100
  838.    Copenhagen, Denmark, or send email to anders@diku.dk. Similix conforms
  839.    to the IEEE and R4RS standards, but also runs under R3RS Scheme. It
  840.    runs in SCM, Chez Scheme and T3.1.
  841.  
  842.    FDU Scheme is a R3RS implementation of Scheme for the Prime
  843.    50-series under Primos. It is available by anonymous ftp from
  844.    fdumad.fdu.edu [132.238.1.1] (username "anonymous", password
  845.    <RETURN>). Attach to the Scheme subdirectory (cd '*>scheme') and
  846.    transfer all files in it and its subdirectories using file type
  847.    binary.  For more information, contact Peter Falley,
  848.    <falley@fdumad.fdu.edu>.
  849.  
  850.    BIGLOO is a Scheme interpreter and compiler. It conforms to the
  851.    IEEE-Scheme standard (IEEE P1178) with some extensions, such as
  852.    regular expression parsing (RGC) and a pattern matching compiler.  The
  853.    main goal of Bigloo is to deliver small and fast stand alone
  854.    applications.  Bigloo produces ANSI C and hence should be easy to
  855.    port. It runs on Sparc (1, 2, 10), SONY-NEWS (MIPS R3000), IRIS Indigo
  856.    (MIPS R3000), PC-486 (linux), and HP-PA (730). It is available by
  857.    anonymous ftp from ftp.inria.fr:/INRIA/icsla/bigloo1.2.tar.Z. For further
  858.    information, send email to Manuel.Serrano@inria.fr, or write to
  859.    Manuel Serrano (equipe ICSLA, Bat 8), INRIA-Rocquencourt, BP 105,
  860.    78153, Le Chesnay CEDEX, FRANCE, or call 39-63-57-32.
  861.  
  862. Free Scheme Implementations implemented in Lisp:  
  863.  
  864.    Peter Norvig's book "Paradigms of AI Programming" has a chapters about
  865.    Scheme interpreters and compilers, both written in Common Lisp. The
  866.    software from the book is available by anonymous ftp from
  867.    unix.sri.com:pub/norvig and on disk in Macintosh or DOS format from
  868.    the publisher, Morgan Kaufmann.  For more information, contact: Morgan
  869.    Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260, San Mateo CA 94403,
  870.    or call Toll free tel: (800) 745-7323; FAX: (415) 578-0672
  871.  
  872.    PseudoScheme is available free by anonymous ftp from
  873.    altdorf.ai.mit.edu:/archive/pseudo/pseudo-2-8.tar.Z. It is Scheme
  874.    implemented on top of Common Lisp, and runs in Lucid, Symbolics CL,
  875.    VAX Lisp under VMS, and Explorer CL. It should be easy to port to
  876.    other Lisps. It was written by Jonathan Rees (jar@altdorf.ai.mit.edu,
  877.    jar@cs.cornell.edu). Send mail to info-clscheme-request@mc.lcs.mit.edu
  878.    to be put on a mailing list for announcements. Conforms to R3RS except
  879.    for lacking a correct implementation of call/cc. It works by running
  880.    the Scheme code through a preprocessor, which generates Common Lisp code.
  881.  
  882.    Scheme84 is in the public domain, and available by mail from Indiana
  883.    University. It runs on the VAX in Franz Lisp under either VMS or BSD Unix.
  884.    To receive a copy, send a tape and return postage to: Scheme84
  885.    Distribution, Nancy Garrett, c/o Dan Friedman, Department of Computer
  886.    Science, Indiana University, Bloomington, Indiana. Call 1-812-335-9770
  887.    or send mail to nlg@indiana.edu for more information.
  888.  
  889.    Scheme88 is available by anonymous ftp from rice.edu:public/scheme88.sh
  890.    and also from the Scheme Repository.
  891.  
  892. ----------------------------------------------------------------
  893. Subject: [1-6] Commercial Scheme implementations.
  894.  
  895.    Chez Scheme is fully compatible with the IEEE and R4RS standards for the
  896.    Scheme programming language and includes an incremental compiler, object
  897.    inspector, multitasking with engines, and a foreign function interface. It
  898.    runs on Sparc and Sun3 (SunOs), Vax and DecStation (Ultrix), NeXT, Silicon
  899.    Graphics, and Motorola Delta 88000, costs approximately $2000 and requires
  900.    4-8mb RAM.  Implemented by Kent Dybvig, Robert Hieb, and Carl Bruggeman.
  901.    Write to: Cadence Research Systems, 620 Park Ridge Road, Bloomington, IN
  902.    47408, call (812) 333-9269, or fax (812) 332-4688. 
  903.    email: dyb@cs.indiana.edu or dyb@cadence.bloomington.in.us
  904.  
  905.    MacScheme is a Scheme interpreter and compiler for the Apple Macintosh, and
  906.    includes an editor, debugger and object system.  MacScheme costs $125
  907.    (includes compiler) and Scheme Express costs $70 (interpreter only). It
  908.    requires 1mb RAM. A development environment (MacScheme+Toolsmith) costs
  909.    $495. Conforms to the Revised^4 Report on the Algorithmic Language Scheme.
  910.    MacScheme+Toolsmith includes support for menus, windows, and interfaces to
  911.    the Macintosh Toolbox, and can create small standalone Macintosh
  912.    executables. Implemented by Will Clinger, John Ulrich, Liz Heller and Eric
  913.    Ost.  Write to: Lightship Software, PO Box 1636, Beaverton, OR 97075, or
  914.    call (503) 292-8765. They're moving to California. The temporary phone
  915.    number is 415-940-4008 (Liz Heller). The new phone number will be
  916.    415-694-7799. MacScheme is distributed by ACS, 2015 East 3300
  917.    South, Salt Lake City, UT 84109-2630, 1-800-531-3227 (801-484-3923).
  918.  
  919.    EdScheme runs on Macintosh, DOS and Atari ST and costs $50.  It
  920.    includes an incremental compiler, editor, and turtle graphics
  921.    interface, and is a close match to the IEEE standard. Implemented by
  922.    Iain Ferguson, Edward Martin, and Burt Kaufman.  The book (The
  923.    Schemer's Guide) is 328 pages long costs $30.  Write to: Schemers
  924.    Inc., 2136 NE 68th Street, Suite 401, Fort Lauderdale, FL 33308, call
  925.    (305) 776-7376, or fax (305) 776-6174. You can also send email to
  926.    71020.1774@compuserve.com.  They also offer an Archimedes (Acorn)
  927.    platform which is only available through their European distributor,
  928.    Lambda Publications, who is reachable by phone at 44-793-695296 or by
  929.    EMail on 100015.1465@compuserve.com.
  930.  
  931. ----------------------------------------------------------------
  932. Subject: [1-7] Standards for Scheme -- What are R4RS and IEEE P1178?
  933.  
  934. R4RS is the Revised^4 Report on the Algorithmic Language Scheme,
  935. edited by W. Clinger and J. Rees. It appeared in ACM Lisp Pointers IV,
  936. July-September 1991, and also as MIT AI Memo 848b. It serves as a kind
  937. of standard for the language. It can be obtained by anonymous ftp at
  938. the two Scheme Repositories, altdorf.ai.mit.edu and nexus.yorku.ca.
  939.  
  940. IEEE P1178 is IEEE Standard 1178-1990, "IEEE Standard for the Scheme
  941. Programming Language", published by IEEE in 1991. ISBN 1-55937-125-0.
  942. It is now also an ANSI standard. It may be ordered from IEEE by
  943. calling 1-800-678-IEEE or 908-981-1393 or writing IEEE Service
  944. Center, 445 Hoes Lane, P.O. Box 1331, Piscataway, NJ 08855-1331, 
  945. and using order number SH14209 ($28 for IEEE members, $40 others).
  946.  
  947. ----------------------------------------------------------------
  948. Subject: [1-8] How do I do object-oriented programming in Scheme?
  949.  
  950. Some Scheme implementations (for example, MacScheme, Feel, Oaklisp, XScheme,
  951. and PC-Scheme) include built-in object-oriented extensions.  
  952.  
  953. SCOOPS (Scheme Object Oriented Programming System) is an object system
  954. for Scheme written by Amitabh Srivastava/Texas Instruments with 
  955. re-writes by Steve Sherin <sherin@linc.cis.upenn.edu>. This package
  956. needs first-class environments.  It is available from the Scheme
  957. Repository as /pub/scheme/scm/scoops.sha.
  958.  
  959. MEROON is a package written in Scheme to provide the basic facilities
  960. of an object-oriented programming style through three macros:
  961. define-class, define-generic, and define-method. MEROON offers simple
  962. inheritance, reflective metaclasses and simple dispatching generic
  963. functions. MEROON also offers indexed fields subsuming Scheme vectors
  964. without inheritance restrictions. Meroon runs in Scheme->C, PC-Scheme,
  965. Chez Scheme, Elk, Gambit. MEROON sources and documentation may be
  966. found in the Scheme Repository as 
  967.    nexus.yorku.ca:pub/scheme/new/meroon.*.tar.Z
  968. and also from
  969.    ftp.inria.fr:pub/INRIA/icsla/meroon*.tar.Z. [128.93.1.26]
  970.  
  971. YASOS (Yet Another Scheme Object System) is fairly functional in style
  972. and uses delegation.  The implementation includes multiple inheritance
  973. and "send to super" and is much smaller than class-based OO systems.
  974. See Ken Dickey, "Scheming with Objects", AI Expert 7(10):24-33,
  975. October 1992. A copy of the article and YASOS code is available from
  976. the Scheme Repository in /pub/scheme/txt/swob.txt. YASOS is also
  977. included as part of SLIB. For further information, contact Ken Dickey
  978. <kend@newton.apple.com>.
  979.  
  980. Tiny CLOS is a Scheme implementation of a `kernelized' CLOS, with a
  981. metaobject protocol. The implementation is even simpler than the
  982. simple CLOS found in `The Art of the Metaobject Protocol,' weighing in
  983. at around 850 lines of code, including (some) comments and
  984. documentation. Tiny CLOS is available by anonymous ftp from
  985. parcftp.xerox.com:/pub/mops/. Tiny CLOS runs in MIT Scheme 11.74 and
  986. should run with only minor modifications in other Schemes as well. If
  987. you want to be added to the mops@parc.xerox.com mailing list
  988. (technical questions and discussion only), send mail to Gregor Kiczales
  989. <gregor@parc.xerox.com>.
  990.  
  991. ----------------------------------------------------------------
  992. Subject: [1-9] Repositories of Scheme Software
  993.  
  994. There are several repositories of publicly redistributable and
  995. public domain Scheme code. 
  996.  
  997.    The Scheme Repository contains a Scheme bibliography, copies of the
  998.    R4RS report, IEEE P1178 specification and other papers, sample Scheme
  999.    code for a variety of purposes, several utilities, and some
  1000.    implementations. The Scheme code includes code for calendar
  1001.    calculations, Earley parser, FORMAT for Scheme, a scheme version of
  1002.    the Gabriel benchmarks, Marc Feeley's minimal object support for
  1003.    Scheme, a Scheme pretty-printer, a Prolog interpreter written in
  1004.    Scheme, a random number generator in Scheme, an implementation of
  1005.    SCOOPS, code from Abelson and Sussman's SICP book, Aubrey Jaffer's
  1006.    IEEE/R^3.99RS compliance test, an implementation of matrices, a Scheme
  1007.    implementation of the Common Lisp FORMAT function, a Scheme front
  1008.    end to Adobe Illustrator PostScript, and a LALR(1) parser (ZEBU).
  1009.    The repository is maintained by Ozan S. Yigit, <scheme@nexus.yorku.ca>.
  1010.    The repository is accessible by anonymous ftp at nexus.yorku.ca
  1011.    [130.63.9.66] in the directory pub/scheme/. The repository is
  1012.    mirrored in INRIA, courtesy of Christian Queinnec [Ecole Polytechnique
  1013.    and INRIA-Rocquencourt], ftp.inria.fr:lang/Scheme.
  1014.  
  1015.    Scheme Implementations may also be found at altdorf.ai.mit.edu:/archive/ 
  1016.    The R4RS report is available in altdorf.ai.mit.edu:/archive/scheme-reports/
  1017.    or as MIT AI Memo 848b (email publications@ai.mit.edu for more information).
  1018.    The altdorf archive includes SCOOPS, CL2Scheme, extend-syntax,
  1019.    btree, Gabriel benchmarks, FORMAT for Scheme, etc.
  1020.  
  1021. ----------------------------------------------------------------
  1022. Subject: [1-10] Publicly Redistributable Scheme Software
  1023.  
  1024.    SLIB is a portable scheme library that provides compatibility and
  1025.    utility functions for many of the standard scheme implementations,
  1026.    including Chez, ELK 1.5, GAMBIT, MITScheme, scheme->C, Scheme48,
  1027.    T3.1 and Scm4b. It is available by anonymous ftp from
  1028.        altdorf.ai.mit.edu:archive/scm/slib1d0.tar.Z
  1029.        prep.ai.mit.edu:pub/gnu/jacal/slib1d0.tar.Z
  1030.        nexus.yorku.ca:pub/scheme/new/slib1d0.tar.Z
  1031.  
  1032.    TEST.SCM is an IEEE and R4RS conformance test suite.  It is available
  1033.    from 
  1034.       altdorf.ai.mit.edu:archive/scm/test.scm
  1035.       prep.ai.mit.edu:pub/gnu/jacal/test.scm
  1036.       nexus.yorku.ca:pub/scheme/new/test.scm
  1037.  
  1038.    PSD (Portable Scheme Debugger) is available by anonymous ftp
  1039.    from Tampere University of Technology, Finland,
  1040.       cs.tut.fi:/pub/src/languages/schemes/psd.tar.Z
  1041.    With PSD, you can run a Scheme program in an Emacs buffer, set
  1042.    breakpoints, single step evaluation and access and modify the
  1043.    program's variables. It works by instrumenting the original source
  1044.    code, so it should run with any R4RS compliant Scheme. It has been
  1045.    tested with SCM and Elk 1.5, but should work with other Schemes with a
  1046.    minimal amount of porting, if at all. Includes documentation and
  1047.    user's manual. Written by Pertti Kellom\"aki, pk@cs.tut.fi
  1048.  
  1049.    SCLINT is a lint-like program for Scheme. It checks for consistency of
  1050.    indentation, syntax of special forms, and the number of arguments to
  1051.    primitive and most user-defined procedures. This is not a full
  1052.    implementation, but rather a quick hack. It is used in teaching
  1053.    programming at the Tampere University of Technology. It is available
  1054.    by anonymous ftp from cs.tut.fi:/pub/src/languages/schemes/sclint-0.9.tar.Z.
  1055.    For further information, write to Pertti Kellom\"aki <pk@cs.tut.fi>.
  1056.  
  1057.    A bibliography of work in functional programming can be obtained by 
  1058.    anonymous ftp from tamdhu.dcs.st-andrews.ac.uk:/pub/staple/pubs.txt
  1059.    (138.251.192.40). It uses a refer-like format with %T for title, %A
  1060.    for authors %I for a unique index entry %S for source (possibly a
  1061.    reference to another index) %K for keywords and %C for comments.
  1062.    Compiled by Tony Davie, <ajtd@honey.st-and.ac.uk>.
  1063.  
  1064.    Scheme Utilities -- brokaw.lcs.mit.edu:/pub/scmutils.tar  18.30.0.33
  1065.    [This collection seems to no longer be located on brokaw -- does
  1066.    anybody know the current location?]
  1067.  
  1068.    A collection of Scheme implementations of data structures and
  1069.    algorithms is available by anonymous ftp from cs.tut.fi in the
  1070.    directory /pub/src/languages/schemes/as the file scheme-algorithms.tar.
  1071.    For more information, contact Pertti Kellom\"aki <pk@cs.tut.fi>.
  1072.  
  1073.    6.001. The User's Manual, example code, and problem sets from MIT's
  1074.    course "Structure and Interpretation of Computer Programs" are 
  1075.    available by anonymous ftp from martigny.ai.mit.edu:archive/6.001/
  1076.    [18.43.0.152].
  1077.  
  1078.    Steele's Constraint System. Chris Hanson's implementation of Steele's
  1079.    constraint system is available for anonymous ftp from
  1080.       martigny.ai.mit.edu:archive/cph/constraint.tar [18.43.0.152]
  1081.       nexus.yorku.ca:pub/scheme/new/constraint.tar.Z
  1082.    A compressed version is also stored there. The software is source code
  1083.    for MIT Scheme. It should run in release 7.1.3. Most of the MIT Scheme
  1084.    dependencies could be eliminated, but it also uses the following
  1085.    procedures which aren't in standard Scheme: error, bkpt, macros,
  1086.    dynamic binding, and string output ports. The code corresponds pretty
  1087.    closely to Guy Steele's PhD thesis implementation, which you can
  1088.    obtain in printed form from the MIT AI Lab publications office as
  1089.    AI-TR-595 for $15.00 (email publications@ai.mit.edu for more
  1090.    information). For more information, send email to Chris Hanson
  1091.    <cph@martigny.ai.mit.edu>.
  1092.  
  1093.    JACAL is a symbolic mathematics system for the simplification and
  1094.    manipulation of equations and single and multiple valued algebraic
  1095.    expressions constructed of numbers, variables, radicals, and algebraic
  1096.    functions, differential, and holonomic functions. In addition, vectors
  1097.    and matrices of the above objects are included.  JACAL is written in
  1098.    Scheme and requires SLIB. JACAL source is available via anonymous FTP
  1099.    from
  1100.       altdorf.ai.mit.edu:archive/scm/jacal1a0.tar.Z,
  1101.       prep.ai.mit.edu:pub/gnu/jacal/jacal1a0.tar.Z, and
  1102.       nexus.yorku.ca:pub/scheme/new/jacal1a0.tar.Z
  1103.    Contact jaffer@altdorf.ai.mit.edu for more information.
  1104.   
  1105.    Zebu 0.9 is an LALR(1) parser generator for Scheme written by 
  1106.    William M. Wells III. It lives in the Scheme Repository nexus.yorku.ca
  1107.    in the scm directory and works with PC-Scheme from TI and MIT C-Scheme 6.2
  1108.    (but not with anything after 7.0).
  1109.  
  1110.    Thomas is a compiler for the Dylan programming language.  The Thomas
  1111.    system is written in Scheme and runs under MIT's CScheme, DEC's
  1112.    Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range of
  1113.    machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  1114.    and 680x0.  Thomas generates IEEE compatible Scheme code.  Thomas is
  1115.    available to the public by anonymous ftp at
  1116.       crl.dec.com:pub/DEC/Thomas
  1117.       gatekeeper.pa.dec.com:pub/DEC/Thomas
  1118.       altdorf.ai.mit.edu:archive/Thomas
  1119.    For more information on Thomas and Dylan, see part 4 of the Lisp FAQ.
  1120.  
  1121.    MATCH is a pattern matching macro package for Scheme.  Pattern
  1122.    matching allows complicated control decisions based on data structure
  1123.    to be expressed in a concise manner. This document describes several
  1124.    pattern matching macros for Scheme, and an associated mechanism for
  1125.    defining new forms of structured data. At present, this macro package
  1126.    works only with Chez Scheme (release 4 or greater), but adapting it to
  1127.    other Scheme systems should be easy.  MATCH is available by anonymous
  1128.    ftp from titan.cs.rice.edu:public/wright/match.tar.Z [128.42.1.30]
  1129.    and includes the macro source code and documentation. A copy should be
  1130.    available from the Scheme repository shortly.  For further information, 
  1131.    write to Andrew Wright, <wright@cs.rice.edu>.
  1132.  
  1133. ----------------------------------------------------------------
  1134. Subject: [6-6] Formatting code in LaTeX
  1135.  
  1136. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  1137. program code "as is" in your LaTeX or TeX source.  It is particularly
  1138. geared to the programming languages Scheme and Common Lisp, and has
  1139. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  1140. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  1141. formatting of the code includes assigning appropriate fonts to the
  1142. various tokens in the code (keywords, variables, constants, data), at
  1143. the same time retaining the proper indentation when going to the
  1144. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  1145. databases that recognize the standard keywords/variables/constants of
  1146. Scheme and Common Lisp respectively.  These can be modified by the
  1147. user using easy TeX commands.  In addition, the user can inform SLaTeX
  1148. to typeset arbitrary identifiers as specially suited TeX expressions
  1149. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  1150. is available by anonymous ftp from cs.rice.edu as the file
  1151. public/dorai/slatex.tar.Z. Send bug reports to dorai@cs.rice.edu.
  1152.  
  1153. SchemeWEB is a Unix filter that translates SchemeWEB source into LaTeX
  1154. source or Scheme source.  Originally developed for the Scheme dialect
  1155. of Lisp, it can easily be used with most other dialects.
  1156. Posted to comp.sources.unix, Volume 26, Issue 82, by John D.
  1157. Ramsdell <ramsdell@linus.mitre.org>, under archive name schemeweb/part01.
  1158.  
  1159. ----------------------------------------------------------------
  1160. Subject: [1-11] Where can I get an implementation of Prolog in Scheme?
  1161.  
  1162.    Prolog in Scheme is a collection of macros that expand syntax for
  1163.    clauses, elations, and so on. It is written in Scheme and has support
  1164.    for delayed goals and interval arithmetic. It is known to run in Chez
  1165.    Scheme and in Elk, and is intended to be portable to other Scheme
  1166.    implementations. It relies on continuations, and so is not easily
  1167.    ported to Common Lisp. Available from the University of Calgary by
  1168.    anonymous ftp from
  1169.       fsa.cpsc.ucalgary.ca:pub/prolog1.2/prolog12.tar.Z
  1170.    Questions and comments may be addressed to Alan Dewar
  1171.    <dewar@cpsc.ucalgary.ca> or John Cleary <cleary@cpsc.ucalgary.ca>.
  1172.      
  1173.    An implementation of prolog for Chez Scheme is available by anonymous
  1174.    ftp from titan.rice.edu:public/slog.sh. It is a collection of macros
  1175.    that expand syntax for clauses, elations, and so on into pure Scheme.
  1176.    It should be easily portable to other Schemes.  Its use of
  1177.    higher-order continuations is probably a major obstacle to porting it
  1178.    to Common Lisp.  For more information, please contact the author:
  1179.    dorai@cs.rice.edu.
  1180.  
  1181. ----------------------------------------------------------------
  1182. Subject: [1-12]  What does SICP, SCOOPS, R4RS, CAR, CDR, ... mean?
  1183.  
  1184. Glossary of acronyms:
  1185.    CAR             Originally meant "Contents of Address portion of Register",
  1186.                    which is what CAR actually did on the IBM 704.
  1187.    CDR             Originally meant "Contents of Decrement portion of 
  1188.                    Register", which is what CDR actually did
  1189.                    on the IBM 704. Pronounced "Cudder".
  1190.    ANSI            American National Standards Institute
  1191.    SICP            Abelson and Sussman's book "Structure and
  1192.                    Interpretation of Computer Programs".
  1193.    EOPL            Essentials of Programming Languages 
  1194.    SCOOPS          An experimental object-oriented programming
  1195.                    language for Scheme.
  1196.    R3RS            Revised^3 Report on the Algorithmic Language Scheme.
  1197.    R4RS            Revised^4 Report on the Algorithmic Language Scheme.
  1198.  
  1199. ----------------------------------------------------------------
  1200.  
  1201. ;;; *EOF*
  1202.